home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 4.1.dxr / 00054_go to HBO.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  164 b   |  16 lines

  1. on mouseUp me
  2.   global naam
  3.   tell the stage
  4.     naam = "4.1.4.dir"
  5.     wisseltje()
  6.   end tell
  7. end
  8.  
  9. on mouseEnter
  10.   cursor(280)
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(-1)
  15. end
  16.